home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / WWW / tcpdlpp.config < prev    next >
Text File  |  1997-06-23  |  1KB  |  37 lines

  1. # tcpdlpp.config
  2. #
  3. # This file specifies the character conversions to be performed on each
  4. # URL, before being written to the output file.
  5. #
  6. # Each line of this file consists of a character literal to be converted
  7. # and a character literal or string that should replace it. Character
  8. # literals should be enclosed by single quotes ('), and strings should
  9. # be enclosed by double quotes (").
  10. #
  11. # White space (spaces and tabs) is ignored unless it is inside a string.
  12. #
  13. # Any line where the first non-whitespace character is a hash (#) is
  14. # trreated as a comment and ignored.
  15. #
  16. # Certain escape characters are allowed in characater literals and
  17. # strings:
  18. #
  19. #   \a    = bell
  20. #   \b    = backspace
  21. #   \f    = formfeed
  22. #   \n    = newline
  23. #   \r    = carriage return
  24. #   \t    = horizontal tab
  25. #   \v    = vertical tab
  26. #   \\    = backslash
  27. #   \'    = single quote
  28. #   \"    = double quote
  29. #   \nnn  = character with octal value nnn
  30. #   \xnnn = character with hexadecimal value nnn
  31. #
  32.  
  33. # Change the Micro$oft backslash to a forward slash
  34. '\\'    '/'
  35. '~'     '!'
  36.  
  37.